home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / newsgroups / misc.19950726-19950929 / 000103_news@columbia.edu_Mon Aug 7 09:45:39 1995.msg < prev    next >
Internet Message Format  |  1995-12-25  |  3KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA26167
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Mon, 7 Aug 1995 20:19:42 -0400
  3. Received: by apakabar.cc.columbia.edu id AA08709
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Mon, 7 Aug 1995 20:19:40 -0400
  5. Path: news.columbia.edu!sol.ctr.columbia.edu!howland.reston.ans.net!newsfeed.internetmci.com!news.mathworks.com!news.kei.com!nntp.et.byu.edu!news.provo.novell.com!news.cs.utah.edu!cc.usu.edu!jrd
  6. From: jrd@cc.usu.edu (Joe Doupnik)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: "Our" IP address
  9. Message-Id: <1995Aug7.154539.58271@cc.usu.edu>
  10. Date: 7 Aug 95 15:45:39 MDT
  11. References: <405n1o$n6k@bug.rahul.net>
  12. Organization: Utah State University
  13. Lines: 48
  14. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  15.  
  16. In article <405n1o$n6k@bug.rahul.net>, Clarence Dold <dold@rahul.net> writes:
  17. > I am running MSKermit 3.14 over Novell IPXODI to a couple of UNIX boxes,
  18. > using the builtin TCP/IP.
  19. > I have one of the UNIX boxes set up as a bootp server, with the hardware
  20. > addresses of each PC interface identified.
  21. > All was well last week...
  22. > Today, I cannot make a TCP connection from any of the previously working
  23. > PCs.  If I try, I get a message saying "Our IP address is in use by some
  24. > other station".  I look at show net, and the proper address has been plugged
  25. > in by the bootp server, so some net com is working.
  26. > I manually "set tcp addr 89.0.0.222", which is how I attach a PC initially,
  27. > before I plug it into bootp, and I get the same message.
  28. > Caveat:
  29. > I recently attached a remote bridge, which doesn't work, either ;-(
  30. > As soon as the remote dialup to the bridge occurs, the Netware console
  31. > starts complaining "LAN loopback error detected
  32. > Driver for network 00000001 received its own send packet"
  33.  
  34.     That will be fatal for the ARP masquerade-test too. That remote
  35. link is in bad shape. 
  36. > Is kermit seeing an echo on initial attempt to use the address I've
  37. > assigned?  I have a "Using C-Kermit" book, but I never have problems with
  38.  
  39.     Affirmative.
  40.  
  41. > the UNIX side.  I should have purchased the MSKermit book instead.
  42. > Should I retrieve MSDOS source code to look for messages like this?
  43.  
  44.     If you like, but that's not going to solve problems occurring
  45. on the wire and in remote boxes. A better tool is a wire monitor.
  46. To save you reading the code here is the essential piece:
  47.     if (imposter == 0 && arp_resolve(my_ip_addr, NULL))/* imposter check */
  48.         {
  49.         outs("\r\n WARNING: our IP address is used by");
  50.         outs(" another station! Quitting.");
  51.         return(0);            /* fail back to user */
  52.         }
  53.     imposter++;                /* say have done the check */
  54.  
  55.     Joe D.
  56.  
  57. > -- 
  58. > ---
  59. > Clarence A Dold - dold@rahul.net
  60. >                 - Pope Valley & Napa CA.